.shb-full-width {
  width: 100%;
  transform: translate(-50%, 0);
  margin-left: 50%;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@keyframes flip-top {
  to {
    transform: rotateX(90deg);
  }
}
@keyframes flip-bottom {
  to {
    transform: rotateX(0deg);
  }
}
.bar-wrapper {
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.message-span {
  display: inline-block;
  position: relative;
  top: 5px;
}

.bar-wrapper .timer-cards {
  display: inline-flex;
  gap: 0px;
  position: relative;
  align-items: center;
  line-height: 0.5;
}

.timer-cards .timer-card {
  text-align: center;
  padding: 0 5px 7px;
  position: relative;
}
.timer-cards .timer-card .flip-card {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 5px auto 0;
}

.timer-card p {
  position: absolute;
  top: -10px;
  font-size: 8px;
  text-align: center;
  display: block;
  left: 0;
  width: 100%;
}
.top-flip:empty,
.bottom-flip:empty {
  display: block;
}
.top-half,
.bottom-half,
.top-flip,
.bottom-flip {
  padding: 2px 2px;
  overflow: hidden;
  text-align: center;
  will-change: transform !important;
  height: 10px;
  line-height: 1;
}
.top-half,
.top-flip {
  border-radius: 5px 5px 0 0;
}

.bottom-half,
.bottom-flip {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 -1px 1px 0 rgba(71, 83, 115, 0.5) inset;
}

.top-flip {
  position: absolute;
  transform-origin: bottom;
  transform: rotateX(0deg);
  animation: flip-top 0.5s ease-in forwards;
  width: 100%;
  z-index: 1;
}
.bottom-flip {
  position: absolute;
  bottom: 0;
  transform-origin: top;
  transform: rotateX(90deg);
  animation: flip-bottom 0.5s ease-out 0.5s;
  width: 100%;
  z-index: 1;
}
/* [data-block-handle="shabbat-mode"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
} */
